launchd.daemons.<name>.environment
Environment variables passed to the service's processes.
- Type
attribute set of (string or list of string)- Default
{ }- Example
{ LANG = "nl_NL.UTF-8"; PATH = "/foo/bar/bin"; }- Declared
- <nix-darwin/modules/launchd>
Environment variables passed to the service's processes.
attribute set of (string or list of string){ }{
LANG = "nl_NL.UTF-8";
PATH = "/foo/bar/bin";
}